/**
 * @author ##AUTHOR_NAME## - ##AUTHOR_ADDRESS##
 */

/*************** File loaded successfully: "reset.css" / "global" ***************/

/* --------------------------------------------------------------- Reset */
body{background-color:#fff; min-width:980px;}
body *{outline:none;}
body, input, textarea{font-family:Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#000;}
body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
fieldset,img,abbr,acronym{border: 0px;}
p,h1,h2,h3,h4,h5, h6{margin:10px 0;}
ul{list-style-type: none;}
address,caption,cite,code,th,var{font-style:normal;font-weight:normal;}
q:before,q:after {content:'';}
hr{display:none;position:absolute;}
input[type="hidden"]{visibility:hidden;}
textarea{overflow:auto;}
a:link, a:visited, a:active, a:hover{text-decoration:underline;}

/* clear both fix */
.clear, .cb{clear:both;}
br.clear, br.cb{line-height:0;font-size:1px;}

/* hide */
.hide{
	visibility:hidden;
	overflow:hidden;
	height:1px;
	margin-top:-1px;
	font-size:1px;
	line-height:0;
}
/* --------------------------------------------------------------- forms */
.inputHolder{
	overflow:hidden;
	zoom:1;
	padding:0 3px;
	border:1px solid #404040;
}
	.inputHolder input{
		float:left;display:inline;
		width:100%;
		height:18px;
		line-height:18px;
		padding:0;
		margin:0;
		background:none;
		border:none;
		zoom:1;
	}
		
.inputHolder,
.inputHolder input,
select,
textarea{
	color:#000;
	font-size:12px;
}
.inputHolder,
select,
textarea{
	border: #404040 1px solid;
}
/*
	Use "http://www.meufinalfeliz.com.br/" para identificar a raiz do site. Ex.:
	background:url(http://www.meufinalfeliz.com.br/locales/global/img/px.gif?v=1.0.0) 0 0 no-repeat;
	
	Use "http://www.meufinalfeliz.com.br/locales/global/" para identificar a pasta global do site. Ex.:
	background:url(http://www.meufinalfeliz.com.br/locales/global/img/px.gif?v=1.0.0) 0 0 no-repeat;
	
	Use "http://www.meufinalfeliz.com.br/locales/pt-BR/" para identificar a pasta local (pt-BR, en-US, etc.) atual do site. Ex.:
	background:url(http://www.meufinalfeliz.com.br/locales/pt-BR/img/px.gif?v=1.0.0) 0 0 no-repeat;
	
	É possivel criar "variáveis" no CSS:
	
			
	h1{
		color:red;
		overflow:hidden;
		zoom:1;
	}
*/

/*************** File loaded successfully: "main.css" / "global" ***************/

/* ---------------------------------- Estrutura com footer fixo, e estrutura geral do site  */
html, body{
	height:100%;
	overflow:hidden;
	background:#00b2e1;
	color:#ffffff;
}
body{text-align:center;}


.windowWrapper{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:auto;
}
	.windowWrapper a:active, 
	.windowWrapper a:link, 
	.windowWrapper a:visited{
		text-decoration:underline;
	}
	
	.windowWrapper a:hover{
		text-decoration:none;
	}

/* site width */
.headerHolder,
.bodyHolder,
.footerHolder{
	width:976px;
	text-align:left;
	padding:1px 0;
	margin:0 auto;
}

.mainWrapper{
	min-height:100%;
	_height:100%;
	position:relative;
	z-index:1;
	background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_pattern-main.gif?v=1.0.0) 0 bottom repeat-x;
}

	.headerWrapper{
		height:155px;
		border-bottom:1px solid #00a5dc;
		margin:0 0 30px 0;
	}
	
	.headerWrapper a:active,
	.headerWrapper a:link,
	.headerWrapper a:hover,
	.headerWrapper a:visited{
		color:#ffffff;
	}
		.headerHolder{
		}
	.bodyWrapper{
		min-height: 300px;
		height: auto !important;
		height: 300px;
		padding-bottom:100px;
	}
		.bodyHolder{
			/* background:#A8CCE9; */
		}
		
		
.footerWrapper{
	position:relative;
	z-index:2;
	background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_pattern-footer.gif?v=1.0.0) 0 0 repeat-x;
	margin-top:-96px;
	min-height:96px;
	_height:96px;
	height:96px;
	clear:both;
}
	
	.footerWrapper a:active,
	.footerWrapper a:visited,
	.footerWrapper a:hover,
	.footerWrapper a:link{
		color:#ffffff;
	}

	.footerHolder{
		/* background:#ECE48C; */
	}


	
/* Colocar no PTBR */	
.siteName {
	float:left;display:inline;
	background:url(http://www.meufinalfeliz.com.br/locales/pt-BR/img/tit_sitename.png?v=1.0.0) 0 0 no-repeat;
	overflow:hidden;	
	width:150px;
	padding:103px 0 0 0;
	height:0;
	margin:46px 0 0 0;
}	

.siteTitle {
	background:url(http://www.meufinalfeliz.com.br/locales/pt-BR/img/tit_conccultural.png?v=1.0.0) 0 0 no-repeat;
	width:200px;
	height:0;
	padding:42px 0 0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:164px;
	margin:10px 0;
}

/* Footer */

.subNav	{
	overflow:hidden;
	padding:10px 0 0 0;
	width:348px;
	margin:0 auto;
	zoom:1;
}
	
	.subNav	li {
		float:left;display:inline;
		overflow:hidden;
		margin:27px 0 0 4px;
		font-size:11px;
	}
	
		.subNav .logoOmo {
			margin:0 20px;
		}
	
/* Header */	

.navHolder {
	overflow:hidden;
	margin:0 auto;
	width:570px;
	position:relative;
}
			
	.mainNav {
		background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_main-nav.gif?v=1.0.0) 0 top no-repeat;
		padding:1px 0 0 0;
		margin:65px 0 0 0;
		height:26px;
		width:193px;
		float:left;display:inline;
		overflow:hidden;
		zoom:1;
	}		

		.mainNav li {
			background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_tabs.png?v=1.0.0) 0 -50px no-repeat;
			width:91px;
			height:22px;
			float:left;display:inline;
			text-align:center;
			overflow:hidden;
			padding:3px 0 0;

		}
		
			.mainNav li a:active,
			.mainNav li a:visited,
			.mainNav li a:link,
			.mainNav li a:hover{
				text-decoration:none;
			}
			
	.navHolder .second {
		width:224px;
	}
		.second li {
			background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_tabs.png?v=1.0.0) 0 -50px no-repeat;
			width:91px;
		}
/* Tabs */

.participe .participeTab {
	background-position:0 -75px;
}

.regulamentoTab,
.oLivro .oLivroTab {
	background-position:0 -75px;	
}

		
/* Main Content */

.subTitle {
	font-size:19px;
	font-weight:normal;
	background:#009cc9;
	padding:2px 5px;
}


.mainfloatContainer {
	float:left;display:inline;
	overflow:hidden;
	/* height:500px; */
}



	.sentenceHolder {
		margin:0 0 30px 53px;
		width:342px;
	}

		.imgIsland {
			margin:0 0 0 0;
		}

		.windowWrapper .hightLight {
			color:#ffea00;
		}
		
		.windowWrapper .hightLight a:active,
		.windowWrapper .hightLight a:hover,
		.windowWrapper .hightLight a:visited,
		.windowWrapper .hightLight a:link{
			color:#ffea00;
		}
		
.infoProHolder {
	overflow:hidden;
	zoom:1;
}		
	.participeBox {
		padding:8px 0 0;
		font-size:13px;
	}	
	.topShadow {
		background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_box-part.gif?v=1.0.0) 0 0 no-repeat;
	}	
	
	.senteceThiago {
		font-size:14px;
	}
	
	.fldFrase {
		width:457px;
		height:201px;
		border:none;
	}
	
	.sentece {
		height:30px;
		padding:5px 0 0;
		margin-top:0;
	}
	
	.bottomShadow {
		background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_boxmelhores.gif?v=1.0.0) 0 bottom no-repeat;
	}	
	
	.lojasHolder {
		background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_lojas.png?v=1.0.0) 0 bottom no-repeat;
	}
	
	.btEnivarHolder {
		/* background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_shade-btenviar.gif?v=1.0.0) 0 top no-repeat; */
		margin:-9px 0 0 auto;
		width:138px;
		text-align:center;
	}
	
	.preAproHolder {
		float:left;display:inline;
	}
	

.fraseHolder {
	padding:0 0 0 100px;
}	
	.fraseHolder .feedbackHolder {
		display:none;
		font-weight:bold;
		margin:10px 0;
	}

	
/* Form */	

.formHolder {
	overflow:hidden;
	padding:0 0 28px 0;
	height:357px;
	zoom:1;
}

.formHolder a:active,
.formHolder a:hover,
.formHolder a:link,
.formHolder a:visited{
	color:#ffffff;
}

		
	.formFields {
		background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_bottom-form-shadow.gif?v=1.0.0) right bottom no-repeat;
	}

		.fldHolder label {
			display:-moz-inline-box;
			display:inline-block;
			width:90px;
			text-align:right;
			height:21px;
			vertical-align:top;
		}
		
		.fldHolder input {
			margin:0 0 8px 8px;
			padding:3px 3px;
			height:16px;
			border:none;	

		}

			/* Standards Inputs Sizes */
			.sizeL {
				width:432px;
			}
			
			.sizeLM {
				width:298px;
			}

			.sizeM {
				width:172px;
			}
			
			.sizeS {
				width:42px;
			}
			
		.sameLine {
			float:left;display:inline;
			overflow:hidden;
		}
		
		/* Customs Labels Size */
		.fldHolder .lbSexo {
			width:50px;
		}
		
		.fldHolder .lbSexoMF {
			width:15px;
		}
		
		.fldHolder .lbEst {
			width:60px;
		}
		
		
		.feedbackHolder {
			color:yellow;
			font-weight:bold;
			margin:0 0 20px 100px;
		}
		
		.obsCondition {
			float:left;display:inline;
			font-size:10px;
		}	
		
		.formPart {
			/* background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_shade-btenviar-form.gif?v=1.0.0) 0 top no-repeat; */
			margin-top:0;
		}
		
		.conditionsHolder {
			margin:0 0 0 85px;
			overflow:hidden;
			zoom:1;
		}
		
		.conditionsHolder .obsCondition {
			float:none;
			display:block;
			margin-left:0;
		}
		
		
	.alertHolder {
		height:73px;
		overflow:hidden;
		padding:0 0 0 90px;
	}
		
	.cadastradoHolder {
		padding:10px 0;
		overflow:hidden;
		background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_jacadastrado.gif?v=1.0.0) right 0 no-repeat;
		height:80px;
	}	
		.cadastradoHolder .title {
			margin-left:104px;
			margin-bottom:5px;
			margin-top:0;
		}
		.cadastradoHolder .text {
			margin:5px 0 5px 104px;
		}
		.feedbackBox{
			margin:50px 60px 50px 104px;
			font-size:15px;
			font-style:italic;
			text-align:center;
			color:#FFEA00;
		}
			.feedbackBox a:link,
			.feedbackBox a:active,
			.feedbackBox a:visited,
			.feedbackBox a:hover{
				text-decoration:none;
				color:#fff;
			}
			.feedbackBox a:hover{
				text-decoration:underline;
			}

	.esqueciSenha {
		float:left;display:inline;
		margin:10px 10px 10px 80px;
		color:#ffffff;
	}	
	
/* O livro  */	


.livroProHolder {
	overflow:hidden;
	font-size:13px;
	padding:0 0 0 56px;
	zoom:1;
}

	.oLivro .subTitle {
		width:161px;
	}
	
	.introLivroHolder {
		/* background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_shadow-livro-intro.gif?v=1.0.0) left top no-repeat; */
		padding:10px 93px 0 0;
	}
	
	.hr {
		border-bottom:1px solid #06ACDC;
		width:418px;
		height:1px;
	}
	
	.participe .hr {
		border-bottom:1px solid #00a5dc;
		width:342px;
		margin:0;
	}

	.lojasPartHolder {
		float:left;display:inline;
		height:125px;
		width:200px;
	}
	
	.lojasPartHolder select {
		width:143px;
		border:none;
	}
	
	.oLivro	.lojasPartHolder .title {
		font-size:11px;
		color:#ffea00;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	.lojasListHolder {
		height:115px;
		padding:3px 0 3px 5px;
		overflow:auto;
		width:230px;
		margin:5px 0;
	}
		.lojas {
			border-bottom:1px dotted #ffffff;
			font-size:11px;
		}
	
	.partTbmHolder {
		padding:0 178px 5px 0;
		overflow:hidden;
	}

	
/* Especiais */

h2#especial-ganhadores {
	position:relative;
	width:315px;
	text-align:center;
	right:50%;
	left:50%;
	margin:0 -157px 30px -157px;
}
p#especial-ganhadores{
	text-align:center;
	font-size:19px;
}
p#especial-ganhadores span{
	color:#ffe400;
}
img#especial-ganhadores{
	position:relative;
	width:436px;
	height:294px;
	right:50%;
	left:50%;
	margin:15px -218px 0 -218px;
}
h2#especial-livro {
	width:160px;
	margin-bottom:30px;
}
div#especial-livro{
	background:url(http://www.meufinalfeliz.com.br/locales/global/img/livro_bg.png?v=1.0.0) left top no-repeat;
	height:150px;
	padding:20px 30px 0 30px;
}
div#especial-livro p{
	font-size:14px;
}
div#especial-livro p span{
	color:#ffe400;
}


/*************** File loaded successfully: "modal.css" / "global" ***************/

/* Modal*/

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */

#simplemodal-container {
	height:600px;
	zoom:1;
}

#simplemodal-container .regulamentoHolder {
	background:url(http://www.meufinalfeliz.com.br/locales/global/img/bg_regulamento.png?v=1.0.0) 0 0 no-repeat;
	position:relative;
	height:600px;
	width:300px;
	overflow:hidden;
	text-align:center;
	color:#ffffff;
	zoom:1;
}
 
	#simplemodal-container .regulamentoHolder .siteTitle  {
		left:55px;
	}
 
	.regulamentoHolder .finalFelizHolder {
		margin:0 auto 0 auto;
		overflow:hidden;
		width:126px;
	}
	
		#simplemodal-container .regulamentoHolder .siteName  {
			margin-top:39px;
			padding:103px 0 0 0;
			float:none;
			display:block;
		}
	
	.regulamentoHolder .titRegulamento  {
		font-size:18px;
		margin-top:8px;
		display:block;
		color:#ffffff;
	}

	.regulamentoHolder .regulamento  {
		height:344px;
		width:248px;
		margin:0 auto 30px auto;
		overflow:auto;
		text-align:left;
	}
	
	.regulamentoHolder .btFechar {
		color:#ffffff;
	}
	
.siteName {
	float:left;display:inline;
	background:url(http://www.meufinalfeliz.com.br/locales/pt-BR/img/tit_sitename.png?v=1.0.0) 0 0 no-repeat;
	overflow:hidden;	
	width:150px;
	padding:103px 0 0 0;
	height:0;
	margin:46px 0 0 0;
}	

.siteTitle {
	background:url(http://www.meufinalfeliz.com.br/locales/pt-BR/img/tit_conccultural.png?v=1.0.0) 0 0 no-repeat;
	width:200px;
	height:0;
	padding:42px 0 0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:164px;
}
